﻿@charset "utf-8";

html, #form1, #container
{
	height: 100%;
}

body
{
	position: relative;
	background-color: #D9F0F2;
	height: 100%;
	z-index: 1;
}

.loginboxes, .logindropdown
{
	font-size: 10px;
	width: 60px;
	padding-left: 3px;
	background-color: #96F4FA;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
}

.logindropdown
{
	width: 90px;
}

.loginlabels
{
	font-family: Geneva, sans-serif;
}

.loginbarout
{
	font-size: 10px;
}

.loginbarin
{
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.mainlinks
{
	display: block;
}

.toplinks
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: none;
}

.toplinks:hover
{
	cursor: pointer;
}

#Header
{
	background-image: url(../images/Banner3.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1024px;
	position: relative;
}

#HiddenDiv
{
	display: none;
}

#LeftBar
{
	width: 100px;
	height: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 20px;
}

#LeftBar a
{
	color: #993;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-weight: bold;
}

#LeftBar a:hover
{
	color: #C69;
}

#LinkDiv
{
	position: absolute;
	top: 10px;
	right: 75px;
}

#LoginBar
{
	width: 500px;
	margin-top: -20px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}

#LoginButton
{
	font-size: 10px;
	border-radius: 6px;
	background-color: #0FF;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
}

#LogOutLink
{
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#MenuSpan
{
	font-family: "Berlin Sans FB", sans-serif;
	font-size: 10px;
	color: #933;
}

.newsevent
{
	vertical-align: top;
	margin-top: 10px;
	padding: 5px;
	width: 500px;
	color: #903;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	border-top-color: #666;
	border-top-style: double;
	border-radius: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#News
{
	vertical-align: top;
	margin-top: 10px;
	margin-left: 40px;
	padding: 5px;
	width: 500px;
	color: #903;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#NewsTitle
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #633;
}

#Welcome
{
	vertical-align: top;
	margin-top: 10px;
	margin-left: 40px;
	padding: 5px;
	width: 200px;
	color: #903;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	border-top-color: #666;
	border-top-style: double;
	border-radius: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}


/* Contact Us Div */
.emailform
{
	font-size: 10px;
	margin-bottom: 10px;
}

#DisableDivEmail
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/TemplateBackground.png);
	padding-top: 200px;
	padding-left: 25%;
	z-index: -10;
	display: none;
}

#EmailDiv
{
	width: 400px;
	height: 400px;
	text-align: left;
	color: #6FF;
	border-color: #0CF;
	border-radius: 20px;
	border-style: double;
	padding: 10px;
}

#EmailDiv label
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px
}

#TBEmailFrom
{
	width: 140px;
}

#TBEmailMessage
{
	width: 98%;
	height: 200px;;
}

#TBEmailSubject
{
	width: 250px;
}